﻿@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#-glyphicons_halflingsregular') format('svg');
}

html, body {
    font-family: "Roboto", "Arial", "Microsoft YaHei";
    max-height: 100%;
    margin: 0;
    background-image: url("images/browser_support_bg.jpg")
}


.header {
    margin-top: 40px;
    margin-left: 80px;
}

.left {
    float: left;
    width: 50%;
    height: 100px;
    margin-left: -500px;
}

.right {
    float: right;
    margin-right: -500px;
}

.oocl-logo {
    border: none;
}

.content {
    margin-top: 20px;
    width: 1000px;
    float: left;
}

/* browser support */

.content-1 {
    margin-top: 100px;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    color: #d63246;
}

.content-3 {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.content-4 {
    font-size: 31px;
    color: #d63246;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
}

.content-img {
    padding-left: 83px;
    margin-top: 28px;
}

.browser-icon {
    width: 84px;
    height: 84px;
    border: none;
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.text-align-center {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ie-margin {
    margin-left: 93px;
}

.mf-margin {
    margin-left: 10px;
}

.as-margin {
    margin-left: 40px;
}

.gc-margin {
    margin-left: 50px;
}

.icon-space {
    margin-left: 100px;
}

.content-5 {
    font-size: 16px;
    padding-left: 35px;
}

    .content-5 a {
        color: #333333;
        text-decoration: none;
    }

        .content-5 a:focus {
            color: #d63246;
        }

        .content-5 a:hover {
            color: #d63246;
        }


/* 404 page */

.content-text-1 {
    margin-top: 50px;
    font-size: 150px;
    font-weight: bold;
    text-align: center;
    color: #222222;
}

.content-text-2 {
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    color: #d63246;
}

.content-text-3 {
    margin-top: 20px;
    text-align: center;
}

.content-search {
    width: 706px;
    margin-top: 30px;
    margin-left: 147px;
}

.input-search {
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-family: "Roboto", "Arial", "Microsoft YaHei";
}

@media \0screen\,screen\9 {
    .input-search {
        *margin-left: -142px;
        *width: 98%;
    }
}

.search-icon {
    float: right;
    position: relative;
    top: -35px;
    left: -10px;
    background-image: url("images/search.png");
    width: 30px;
    height: 30px;
    transform: scale(0.7);
}

.content-btn {
    margin-top: 30px;
    text-align: center;
}

.btn-red {
    border: 1px solid #d63246;
    line-height: 38px;
    padding: 5px 40px;
    width: 130px;
    font-size: 20px;
}

.margin-left {
    margin-left: 30px;
}

.content-btn a {
    color: #d63246;
    text-decoration: none;
}

.content-btn a:hover {
    background-color: #fff7f7;
    color: #d63246 !important;
}
.cookie-policy{
    display:none;
}